.common-footer {
  height: 219px;
  background: url("../img/footer_bg.jpg");
  padding: 20px 150px;
  background-size: cover;
}
.common-footer .out_links {
  padding: 10px 0 25px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  position: relative;
}
.common-footer .out_links .link-item {
  width: 380px;
  height: 35px;
  line-height: 35px;
  text-indent: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
  background: url(../img/arrow2.png) no-repeat right 10px center;
  margin-right: 20px;
}
.common-footer .out_links .link-item:hover .shadow_base{
  opacity: 1;
  visibility: visible;
}
.shadow_base {
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 60px;
  padding: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eeeeee;
  opacity: 0;
  visibility: hidden;
}
.shadow_base a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  width: 14%;
  font-size: 14px;
}
.trt-row {
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav_footer_cxyjy {

}
.nav_footer_cxyjy .link_url {
  display: flex;
}
.nav_footer_cxyjy .link_url a{
  color: rgba(255, 255, 255, 0.85);
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.nav_footer_cxyjy .link_url a:first-child{ 
  padding-left: 0px;
}
.nav_footer_cxyjy .link_url a:last-child{ 
  padding-right: 0px;
}
.nav_footer_cxyjy .link_url a::after{
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
}
.nav_footer_cxyjy .link_url a:last-child::after{
  display: none;
}

.copy_footer {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  margin-top: 15px;
}
.attention_we {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.attention_we .weixin-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #256ab9 url("../img/weixin.png") no-repeat center;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.attention_we .weixin-icon:hover .ewm{ 
  opacity: 1;
  visibility: visible;
}
.attention_we .weixin-icon .ewm {
  width: 94px;
  height: 94px;
  background: url(../img/ewm.jpg) no-repeat;
  position: absolute;
  left: -25px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
}
.tel-footer {
  display: flex;
}
.tel-footer .left-part {
  color: rgba(255, 255, 255, 0.5);
}
.tel-footer .right-part {
  color: #ffffff
}